home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++
- Subject: Re: Q: Any compiler support "auto_ptr" template in standard C++ library ?
- Date: 26 Mar 1996 09:50:19 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4j8ekr$ght@news1.h1.usa.pipeline.com>
- References: <4j7i17$25k@paul.rutgers.edu>
- NNTP-Posting-Host: 38.8.60.2
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 25, 1996 20:41:59 in article <Q: Any compiler support "auto_ptr"
- template in standard C++ library ?>, 'yuliang@paul.rutgers.edu (Yu-min
- Liang)' wrote:
-
-
- >Hi,
- >
- >Can somebody kindly tell me which C++ compiler support the
- >"auto_ptr" template defined in standard C++ library ?
- >I mean, not only the "explicit" keyword, but in particular the
- >"template member function". I have installed g++ 2.7.2, but it
- >doesn't compile the "auto_ptr" implementation as suggested in
- >Scott Meyers' "More Effective C++" book.
- >
- None of the ones I have worked with do (MSVC4.1, BC4.52,Watcom10.0,
- g++2.6.3).
-
- Mr. Meyers gives a source listing of the class in his book.
- It's a relatively small job to copy the code into your own
- file and use it until a supporting compiler appears on the
- scene.
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-